home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 16
/
Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso
/
Aminet
/
dev
/
gcc
/
ixem_src.readme
< prev
next >
Wrap
Text File
|
1996-11-03
|
61KB
|
1,198 lines
Short: IXemul 45.0 - full source code
Author: various
Uploader: fnf@ninemoons.com
Type: dev/gcc
This is ixemul.library release 45.0, a shared library that makes it possible
to compile and run most Unix programs under AmigaOS with almost no changes.
IXemul is part of the ADE (Amiga Developer's Environment), a community
effort to produce a complete development environment that is stable,
available in source, and completely self-hosting. See the ADE readme file
at ftp://ftp.ninemoons.com/pub/ade/README for more details about ADE.
As of version 43.1, IXemul includes Jeff Shepherd's networking code. If
ixnet.library (included) is installed then ixemul.library will use the
networking functions from the ixnet.library, instead of the default dummy
implementation. Ixnet.library works with AS225 and with AmiTCP. It
supports both clients and daemons. A program that uses networking functions
is completely shielded from the AS225 and AmiTCP differences by
ixnet.library, which will take care of all the details for you. That means
that there is no longer any need to provide two different binaries, one for
AS225 and one for AmiTCP. Furthermore, it is relatively easy to add support
for other network packages.
The following are the changes made since the 44.0 release:
Moved popen() and pclose() into ixemul.library from
libc.a. These functions are used regularly by libraries, and
having them in ixemul.library makes the conversion of those
static libraries into shared libraries easier. Besides,
these functions are used frequently enough to warrant their
integration into ixemul.library.
Added a patch from Kamil Iskra that fixes problems with
-mstackextend and vfork2(). However, such programs *must*
call vfork_setup_child().
Thanks to Lars Hecking, a new fnmatch(3) with extended
functionality is available. The fnmatch code is copied from
the NetBSD sources.
Added new manual pages.
Upgraded ixemul to the new structure passing scheme of gcc
(A1 contains a pointer to the return structure). This
involved ldiv(), div() and inet_makeaddr(). Thanks to Kamil
Iskra for providing me with patches to implement this.
Upgraded the timezone stuff to the latest version.
Implemented Unix Domain sockets. Missing features: datagrams
aren't (yet?) supported, and connect() doesn't have a
timeout.
Removed stack watcher code. It was seldom used, and it was
never very reliable.
Implemented sessions. This improves Ctrl-C handling, and is
required to make full use of xterm.
Fixed an unlink bug (it has to check all open files for the
given filename) and a bug in ix_lock_base/ix_unlock_base: if
these calls were nested, the signal masked was restored to
~0 instead of the original value.
Added a new utility, ixstack, and a new global variable,
__stack, to allow the user and programmer to specify a
minimum stacksize. If the current stack is too small, a new
stack is automatically allocated. Thanks to Kamil Iskra for
implementing this.
ioctl(fd, TIOCGPGRP, ...) now returns something
useful. NcFtp didn't show the progress bar anymore because
of this.
Added large-baserel libraries and startup-code.
The net ixemul library distribution consists of several archives:
ixemul-bin.lha Utils for gnu/bin, like ixtrace and ixconfig
ixemul-sdk.lha Files needed to build applications that use
ixemul.library.
ixemul-doc.lha Various documentation, such as this file
ixemul-src.lha Complete source code for ixemul library
ixemul-tz.lha Pieces for doing TZ (timezone) management
ixemul-CCCF.lha Specific flavors of the library, where 'CCC'
is one of 000, 020, 030, or 040, for 68000, 68020,
68030, and 68040 respectively, and 'F' is either
'f', 's', or 't' for FPU support or soft floating
point or a "trace" version (also soft float)
respectively.
For further information consult the NEWS, INSTALL, README and TODO files in
the documentation archive.
-Fred Fish (fnf@ninemoons.com)
============================= Archive contents =============================
Original Packed Ratio Date Time Name
-------- ------- ----- --------- -------- -------------
632 379 40.0% 01-Oct-96 10:21:10 +BUGS
33729 9837 70.8% 01-Oct-96 10:21:22 +configure
389 198 49.1% 01-Oct-96 10:21:22 +configure.in
17982 6993 61.1% 23-Dec-95 00:02:58 +COPYING
25265 9285 63.2% 23-Dec-95 00:02:58 +COPYING.LIB
1925 981 49.0% 13-Aug-96 20:47:28 +COPYRIGHT
5381 2222 58.7% 18-May-96 15:21:46 +bt_close.c
5569 1853 66.7% 18-May-96 15:21:48 +bt_conv.c
8898 3086 65.3% 18-May-96 15:21:48 +bt_debug.c
9526 3693 61.2% 18-May-96 15:21:50 +bt_delete.c
6763 2877 57.4% 18-May-96 15:21:50 +bt_get.c
11331 4536 59.9% 18-May-96 15:21:52 +bt_open.c
6119 2516 58.8% 18-May-96 15:21:54 +bt_overflow.c
3058 1521 50.2% 18-May-96 15:21:54 +bt_page.c
8671 3394 60.8% 18-May-96 15:21:54 +bt_put.c
6494 2477 61.8% 18-May-96 15:21:56 +bt_search.c
9980 3419 65.7% 18-May-96 15:21:56 +bt_seq.c
22387 7162 68.0% 18-May-96 15:21:58 +bt_split.c
3477 1708 50.8% 18-May-96 15:21:58 +bt_stack.c
6762 2757 59.2% 18-May-96 15:22:00 +bt_utils.c
13468 4849 63.9% 18-May-96 15:22:00 +btree.h
3324 1365 58.9% 18-May-96 15:22:02 +extern.h
3388 1597 52.8% 18-May-96 15:22:04 +db.c
3340 1410 57.7% 18-May-96 15:22:08 +extern.h
24260 7670 68.3% 18-May-96 15:22:08 +hash.c
10278 3863 62.4% 18-May-96 15:22:10 +hash.h
16509 5347 67.6% 18-May-96 15:22:12 +hash_bigkey.c
9304 3623 61.0% 18-May-96 15:22:12 +hash_buf.c
5431 2147 60.4% 18-May-96 15:22:14 +hash_func.c
2424 1230 49.2% 18-May-96 15:22:14 +hash_log2.c
23626 7770 67.1% 18-May-96 15:22:16 +hash_page.c
3301 1598 51.5% 18-May-96 15:22:16 +hsearch.c
4493 1865 58.4% 18-May-96 15:22:16 +ndbm.c
3688 1765 52.1% 18-May-96 15:22:18 +page.h
2681 1229 54.1% 18-May-96 15:22:06 +README
2268 1174 48.2% 18-May-96 15:22:18 +search.h
1221 561 54.0% 18-May-96 15:21:44 +Makefile.in
11837 4084 65.4% 18-May-96 15:22:22 +mpool.c
223 183 17.9% 18-May-96 15:22:22 +README
2767 1204 56.4% 18-May-96 15:22:24 +extern.h
4642 1983 57.2% 13-Aug-96 20:47:52 +rec_close.c
5646 2513 55.4% 18-May-96 15:22:26 +rec_delete.c
7142 2420 66.1% 18-May-96 15:22:28 +rec_get.c
6696 2906 56.6% 13-Aug-96 20:47:54 +rec_open.c
6717 2817 58.0% 18-May-96 15:22:28 +rec_put.c
4123 1891 54.1% 18-May-96 15:22:30 +rec_search.c
3977 1851 53.4% 18-May-96 15:22:30 +rec_seq.c
3994 1859 53.4% 18-May-96 15:22:32 +rec_utils.c
2051 1068 47.9% 18-May-96 15:22:32 +recno.h
3893 1937 50.2% 18-May-96 15:21:44 +VERSION
1599 877 45.1% 08-May-96 23:21:58 +alarm.c
12920 3123 75.8% 13-Aug-96 20:47:58 +arith.c
1709 937 45.1% 13-Aug-96 20:48:00 +clock.c
2642 621 76.4% 13-Aug-96 20:12:04 +common.h
1856 746 59.8% 08-May-96 23:22:00 +crypt.c
2887 1020 64.6% 08-May-96 23:22:02 +ctype_.c
2293 1182 48.4% 08-May-96 23:22:02 +cuserid.c
1260 728 42.2% 08-May-96 23:22:04 +difftime.c
6246 2741 56.1% 08-May-96 23:22:04 +errlst.c
5377 2204 59.0% 04-Oct-96 20:41:20 +fnmatch.c
2816 1333 52.6% 08-May-96 23:22:08 +getmntinfo.c
4786 1987 58.4% 10-Sep-96 00:29:54 +getwd.c
21166 7259 65.7% 10-Sep-96 00:29:56 +glob.c
6692 2643 60.5% 18-May-96 15:22:36 +inet_network.c
1345 727 45.9% 23-Dec-95 00:04:02 +insque.c
2609 1030 60.5% 13-Aug-96 20:48:02 +isctype.c
2194 1139 48.0% 23-Dec-95 00:04:00 +isinf.c
2260 1184 47.6% 23-Dec-95 00:04:00 +isnan.c
552 297 46.1% 13-Aug-96 20:12:00 +localeconv.c
1219 607 50.2% 13-Aug-96 20:47:56 +Makefile.in
1297 752 42.0% 08-May-96 23:22:16 +pause.c
4161 1910 54.0% 04-Oct-96 20:27:52 +popen.c
1615 875 45.8% 18-Aug-96 08:26:32 +psignal.c
2085 1087 47.8% 08-May-96 23:22:18 +raise.c
13145 4904 62.6% 08-May-96 23:22:18 +random.c
1311 715 45.4% 23-Dec-95 00:04:02 +remque.c
5045 2079 58.7% 08-May-96 23:22:22 +setjmp.c
1476 845 42.7% 08-May-96 23:22:22 +setjmperr.c
2402 1213 49.5% 13-Aug-96 20:12:00 +setlocale.c
1611 882 45.2% 08-May-96 23:22:24 +siginterrupt.c
2359 1172 50.3% 18-Aug-96 08:26:32 +siglist.c
1479 848 42.6% 08-May-96 23:22:24 +signal.c
1707 825 51.6% 08-May-96 23:22:28 +sigsetops.c
2597 1220 53.0% 08-May-96 23:22:28 +sleep.c
5079 2079 59.0% 13-Aug-96 20:48:06 +termios.c
1377 796 42.1% 08-May-96 23:22:30 +time.c
2774 1348 51.4% 13-Aug-96 20:48:08 +times.c
3804 1628 57.2% 23-Dec-95 00:04:02 +types.h
1828 976 46.6% 08-May-96 23:22:34 +ualarm.c
1708 840 50.8% 13-Aug-96 20:48:08 +uname.c
5028 1821 63.7% 08-May-96 23:22:36 +unvis.c
2711 1209 55.4% 08-May-96 23:22:36 +usleep.c
3616 1464 59.5% 08-May-96 23:22:38 +vis.c
2199 1130 48.6% 08-May-96 23:22:38 +wait.c
2218 1134 48.8% 08-May-96 23:22:40 +wait3.c
2221 1130 49.1% 08-May-96 23:22:42 +waitpid.c
6135 1585 74.1% 01-Oct-96 10:23:02 +gen_glue.c
1649 731 55.6% 01-Oct-96 10:23:02 +Makefile.in
3610 1620 55.1% 10-Sep-96 00:30:18 +a.out.h
3718 1564 57.9% 26-Jan-96 16:55:50 +socketbasetags.h
1675 800 52.2% 26-Jan-96 16:55:52 +usergroup.h
2588 1288 50.2% 23-Dec-95 00:02:58 +ar.h
3646 1623 55.4% 23-Dec-95 00:03:04 +ftp.h
2416 1194 50.5% 18-May-96 15:23:06 +inet.h
8577 3301 61.5% 18-May-96 15:23:08 +nameser.h
10547 3958 62.4% 13-Aug-96 20:05:00 +telnet.h
2960 1439 51.3% 23-Dec-95 00:03:04 +tftp.h
1387 447 67.7% 23-Dec-95 00:02:58 +assert.h
4729 1666 64.7% 23-Dec-95 00:02:58 +bitstring.h
20 20 0.0% 23-Dec-95 00:02:58 +bstring.h
4174 1646 60.5% 13-Aug-96 20:48:16 +ctype.h
8215 3007 63.3% 18-May-96 15:22:42 +db.h
3987 1869 53.1% 04-Oct-96 20:41:44 +dirent.h
3185 1391 56.3% 18-May-96 15:22:42 +err.h
6766 2764 59.1% 19-Aug-96 10:26:44 +errno.h
23 23 0.0% 23-Dec-95 00:03:00 +fcntl.h
70 68 2.8% 23-Dec-95 00:03:00 +float.h
2340 1198 48.8% 04-Oct-96 20:41:48 +fnmatch.h
5392 2314 57.0% 13-Aug-96 20:04:06 +fts.h
4052 1877 53.6% 13-Aug-96 20:04:06 +glob.h
2235 1126 49.6% 23-Dec-95 00:03:00 +glue.h
7233 2496 65.4% 10-Sep-96 00:30:22 +gnu.a.out.h
2456 1196 51.3% 23-Dec-95 00:03:00 +grp.h
1739 699 59.8% 23-Dec-95 00:03:00 +gvarargs.h
1519 755 50.2% 26-Jan-96 16:55:42 +inetd.h
560 287 48.7% 23-Dec-95 00:03:00 +init.h
2016 903 55.2% 13-Aug-96 20:04:54 +ix_amiga.h
2981 1360 54.3% 13-Aug-96 20:04:14 +limits.h
2750 1350 50.9% 18-May-96 15:22:44 +locale.h
2879 1304 54.7% 13-Aug-96 20:07:18 +asm.h
2727 1342 50.7% 13-Aug-96 20:07:18 +signal.h
2641 1291 51.1% 13-Aug-96 20:07:18 +trap.h
3403 1685 50.4% 18-May-96 15:23:10 +ansi.h
137 121 11.6% 13-Aug-96 20:05:22 +asm.h
857 349 59.2% 18-May-96 15:23:12 +cdefs.h
6940 3106 55.2% 08-May-96 23:23:10 +cpu.h
2887 1352 53.1% 08-May-96 23:23:12 +endian.h
3641 1590 56.3% 23-Dec-95 00:03:04 +float.h
4294 1697 60.4% 23-Dec-95 00:03:04 +frame.h
3729 1525 59.1% 13-Aug-96 22:02:58 +limits.h
2340 1164 50.2% 23-Dec-95 00:03:04 +mtpr.h
7547 3078 59.2% 13-Aug-96 20:48:36 +param.h
2893 1456 49.6% 23-Dec-95 00:03:04 +pcb.h
4005 1875 53.1% 08-May-96 23:23:14 +pmap.h
2205 1137 48.4% 01-Oct-96 10:24:00 +proc.h
3121 1344 56.9% 23-Dec-95 00:03:04 +psl.h
537 301 43.9% 28-Jan-96 13:24:20 +reg.h
149 126 15.4% 13-Aug-96 20:05:22 +signal.h
2568 1260 50.9% 13-Aug-96 20:48:38 +stdarg.h
258 200 22.4% 13-Aug-96 20:05:16 +trap.h
2708 1343 50.4% 18-May-96 15:23:14 +types.h
9082 4055 55.3% 23-Dec-95 00:03:04 +vmparam.h
81 81 0.0% 13-Aug-96 20:04:54 +malloc.h
9530 1903 80.0% 23-Dec-95 00:03:00 +math-68881.h
4553 1850 59.3% 13-Aug-96 20:48:20 +math.h
1882 951 49.4% 23-Dec-95 00:03:00 +memory.h
5285 2090 60.4% 18-May-96 15:22:46 +mpool.h
2939 1454 50.5% 18-May-96 15:22:46 +ndbm.h
62 58 6.4% 23-Dec-95 00:03:00 +ndir.h
1418 775 45.3% 08-May-96 23:23:18 +af.h
8419 3313 60.6% 13-Aug-96 20:48:44 +bpf.h
3941 1839 53.3% 23-Dec-95 00:03:06 +bpfdesc.h
7861 3091 60.6% 08-May-96 23:23:20 +if.h
2495 1163 53.3% 23-Dec-95 00:03:06 +if_arp.h
3495 1755 49.7% 08-May-96 23:23:20 +if_dl.h
2834 1314 53.6% 23-Dec-95 00:03:06 +if_llc.h
3368 1625 51.7% 23-Dec-95 00:03:06 +if_slvar.h
2961 1373 53.6% 23-Dec-95 00:03:06 +if_types.h
1835 961 47.6% 08-May-96 23:23:22 +netisr.h
4434 1900 57.1% 08-May-96 23:23:24 +radix.h
2194 1064 51.5% 08-May-96 23:23:24 +raw_cb.h
10673 4006 62.4% 18-May-96 15:23:16 +route.h
6740 2968 55.9% 23-Dec-95 00:03:06 +slcompress.h
4880 2014 58.7% 18-May-96 15:22:48 +netdb.h
2604 1236 52.5% 18-May-96 15:22:48 +netgroup.h
1610 836 48.0% 08-May-96 23:23:30 +icmp_var.h
2916 1339 54.0% 08-May-96 23:23:30 +if_ether.h
9067 3434 62.1% 18-May-96 15:23:18 +in.h
1892 956 49.4% 08-May-96 23:23:32 +in_pcb.h
1462 806 44.8% 08-May-96 23:23:34 +in_systm.h
2086 1033 50.4% 08-May-96 23:23:34 +in_var.h
5898 2528 57.1% 13-Aug-96 20:05:44 +ip.h
4307 1754 59.2% 23-Dec-95 00:03:06 +ip_icmp.h
3670 1654 54.9% 08-May-96 23:23:36 +ip_var.h
2575 1274 50.5% 23-Dec-95 00:03:06 +tcp.h
1295 736 43.1% 23-Dec-95 00:03:06 +tcp_debug.h
2585 1215 52.9% 23-Dec-95 00:03:06 +tcp_fsm.h
1643 856 47.9% 08-May-96 23:23:38 +tcp_seq.h
4786 2058 56.9% 08-May-96 23:23:38 +tcp_timer.h
8838 3326 62.3% 08-May-96 23:23:40 +tcp_var.h
1514 745 50.7% 23-Dec-95 00:03:08 +tcpip.h
1103 637 42.2% 23-Dec-95 00:03:08 +udp.h
1548 797 48.5% 08-May-96 23:23:42 +udp_var.h
1002 421 57.9% 13-Aug-96 20:07:18 +krpc.h
9957 3982 60.0% 13-Aug-96 20:07:18 +nfs.h
2953 1503 49.1% 13-Aug-96 20:07:18 +nfsdiskless.h
8391 3045 63.7% 13-Aug-96 20:07:18 +nfsm_subs.h
4468 1943 56.5% 13-Aug-96 20:07:18 +nfsmount.h
7071 2631 62.7% 13-Aug-96 20:07:18 +nfsnode.h
3918 1872 52.2% 13-Aug-96 20:07:18 +nfsrtt.h
3100 1489 51.9% 13-Aug-96 20:07:18 +nfsrvcache.h
8233 2887 64.9% 13-Aug-96 20:07:18 +nfsv2.h
7371 3075 58.2% 13-Aug-96 20:07:18 +nqnfs.h
3180 1470 53.7% 13-Aug-96 20:07:18 +rpcv2.h
3646 1598 56.1% 13-Aug-96 20:07:18 +xdr_subs.h
3674 1792 51.2% 13-Aug-96 20:04:22 +nlist.h
3256 967 70.3% 13-Aug-96 20:04:22 +packets.h
23 23 0.0% 23-Dec-95 00:03:00 +param.h
2982 1365 54.2% 18-May-96 15:22:50 +paths.h
4182 1899 54.5% 23-Dec-95 00:03:08 +dumprestore.h
3999 1920 51.9% 23-Dec-95 00:03:08 +routed.h
2687 1330 50.5% 23-Dec-95 00:03:08 +rwhod.h
4860 2120 56.3% 23-Dec-95 00:03:08 +talkd.h
3992 1779 55.4% 23-Dec-95 00:03:08 +timed.h
3745 1598 57.3% 18-May-96 15:22:50 +pwd.h
2210 1119 49.3% 23-Dec-95 00:03:02 +ranlib.h
3744 1725 53.9% 13-Aug-96 20:04:54 +regex.h
2836 1380 51.3% 13-Aug-96 20:04:26 +regexp.h
6234 2688 56.8% 18-May-96 15:22:52 +resolv.h
5285 2227 57.8% 13-Aug-96 20:06:00 +auth.h
2615 1391 46.8% 13-Aug-96 20:06:00 +auth_unix.h
9824 3527 64.0% 13-Aug-96 20:06:02 +clnt.h
3176 1447 54.4% 13-Aug-96 20:06:04 +pmap_clnt.h
3603 1664 53.8% 13-Aug-96 20:06:04 +pmap_prot.h
2047 1110 45.7% 13-Aug-96 20:06:06 +pmap_rmt.h
3252 1608 50.5% 13-Aug-96 20:06:06 +rpc.h
4485 1901 57.6% 13-Aug-96 20:06:08 +rpc_msg.h
9911 3731 62.3% 13-Aug-96 20:06:10 +svc.h
1746 984 43.6% 13-Aug-96 20:06:12 +svc_auth.h
1897 1032 45.5% 13-Aug-96 20:06:14 +types.h
11086 3863 65.1% 13-Aug-96 20:06:14 +xdr.h
320 210 34.3% 23-Dec-95 00:03:02 +search.h
2504 1230 50.8% 14-Mar-96 12:59:54 +setjmp.h
1936 983 49.2% 23-Dec-95 00:03:02 +sgtty.h
4145 1709 58.7% 18-Aug-96 03:00:54 +signal.h
4738 1694 64.2% 23-Dec-95 00:03:02 +stab.def
3266 1441 55.8% 23-Dec-95 00:03:02 +stab.h
1957 992 49.3% 23-Dec-95 00:03:02 +stdarg.h
2313 1168 49.5% 18-May-96 15:22:52 +stddef.h
12591 4702 62.6% 13-Aug-96 20:48:24 +stdio.h
6304 2244 64.4% 18-May-96 15:22:56 +stdlib.h
3860 1405 63.6% 18-May-96 15:22:56 +string.h
1889 953 49.5% 23-Dec-95 00:03:02 +strings.h
2293 1107 51.7% 23-Dec-95 00:03:02 +struct.h
2896 1465 49.4% 08-May-96 23:23:44 +acct.h
4682 2112 54.8% 18-May-96 15:23:20 +cdefs.h
2565 1306 49.0% 23-Dec-95 00:03:10 +dir.h
3185 1560 51.0% 13-Aug-96 20:07:16 +dirent.h
2288 1139 50.2% 08-May-96 23:23:46 +domain.h
19 19 0.0% 23-Dec-95 00:03:10 +errno.h
3107 1432 53.9% 23-Dec-95 00:03:10 +exec.h
6971 2853 59.0% 13-Aug-96 20:48:48 +fcntl.h
4119 1890 54.1% 01-Oct-96 10:24:56 +file.h
2818 1363 51.6% 18-May-96 15:23:24 +filio.h
3861 1685 56.3% 23-Dec-95 00:03:10 +gprof.h
3259 1529 53.0% 18-May-96 15:23:24 +ioccom.h
3262 1588 51.3% 18-May-96 15:23:26 +ioctl.h
7160 2758 61.4% 18-May-96 15:23:26 +ioctl_compat.h
3835 1290 66.3% 13-Aug-96 20:48:50 +ixnet_syscall.def
1051 582 44.6% 14-Mar-96 13:14:28 +ixnet_syscall.h
3113 1323 57.5% 18-May-96 15:23:28 +localedef.h
12144 4399 63.7% 08-May-96 23:23:50 +mbuf.h
3751 1736 53.7% 18-May-96 15:23:30 +mman.h
10073 3846 61.8% 10-Sep-96 00:31:42 +mount.h
4734 2045 56.8% 08-May-96 23:23:52 +mtio.h
8158 3680 54.8% 08-May-96 23:23:54 +param.h
9316 3818 59.0% 10-Sep-96 00:31:46 +proc.h
8947 3510 60.7% 08-May-96 23:23:56 +protosw.h
4133 1743 57.8% 18-May-96 15:23:32 +ptrace.h
10853 2572 76.3% 04-Oct-96 20:43:22 +queue.h
3944 1734 56.0% 08-May-96 23:24:00 +resource.h
8005 3351 58.1% 10-Sep-96 00:31:48 +signal.h
11688 4283 63.3% 18-May-96 15:23:32 +socket.h
8243 3326 59.6% 08-May-96 23:24:02 +socketvar.h
4947 1731 65.0% 18-May-96 15:23:34 +sockio.h
5506 2114 61.6% 10-Sep-96 00:31:50 +stat.h
1536 839 45.3% 23-Dec-95 00:03:10 +stdc.h
17064 4264 75.0% 04-Oct-96 20:43:30 +syscall.def
1035 575 44.4% 23-Dec-95 00:03:12 +syscall.h
3020 1419 53.0% 23-Dec-95 00:03:12 +syslimits.h
6390 2654 58.4% 18-May-96 15:23:36 +syslog.h
9058 3383 62.6% 13-Aug-96 20:48:56 +termios.h
5324 2178 59.0% 08-May-96 23:24:06 +time.h
2132 1090 48.8% 23-Dec-95 00:03:12 +timeb.h
2375 1155 51.3% 08-May-96 23:24:06 +times.h
2994 1378 53.9% 23-Dec-95 00:03:12 +tracecntl.h
6213 2736 55.9% 08-May-96 23:24:08 +tty.h
2716 1313 51.6% 23-Dec-95 00:03:12 +ttychars.h
6834 2609 61.8% 18-May-96 15:23:36 +ttycom.h
3373 1583 53.0% 23-Dec-95 00:03:12 +ttydefaults.h
2268 1111 51.0% 23-Dec-95 00:03:12 +ttydev.h
5783 2485 57.0% 18-May-96 15:23:38 +types.h
2332 1169 49.8% 08-May-96 23:24:10 +ucred.h
2628 1316 49.9% 14-Mar-96 13:00:22 +uio.h
2251 1170 48.0% 08-May-96 23:24:12 +un.h
3604 1636 54.6% 23-Dec-95 00:03:12 +unistd.h
1899 878 53.7% 01-Oct-96 10:25:18 +unix_socket.h
3500 1644 53.0% 23-Dec-95 00:03:12 +unpcb.h
3380 1578 53.3% 13-Aug-96 20:48:58 +user.h
1214 618 49.0% 08-May-96 23:24:14 +utsname.h
5552 2330 58.0% 08-May-96 23:24:16 +wait.h
5461 2443 55.2% 23-Dec-95 00:03:02 +sysexits.h
24 24 0.0% 14-Mar-96 13:14:24 +syslog.h
25 25 0.0% 23-Dec-95 00:03:02 +termios.h
3828 1743 54.4% 18-May-96 15:22:58 +time.h
3130 1503 51.9% 18-May-96 15:22:58 +ttyent.h
4808 1817 62.2% 23-Dec-95 00:03:02 +tzfile.h
7088 2404 66.0% 18-Aug-96 03:00:58 +unistd.h
13210 5112 61.3% 04-Oct-96 20:42:06 +user.h
2131 1088 48.9% 23-Dec-95 00:03:02 +utime.h
2735 1230 55.0% 08-May-96 23:23:06 +utmp.h
137 105 23.3% 23-Dec-95 00:03:02 +values.h
2064 1047 49.2% 23-Dec-95 00:03:02 +varargs.h
3199 1507 52.8% 23-Dec-95 00:03:02 +vis.h
22 22 0.0% 23-Dec-95 00:03:02 +wait.h
6659 2852 57.1% 04-Oct-96 20:40:34 +INSTALL
4771 1857 61.0% 23-Dec-95 00:02:58 +install.sh
7089 1588 77.5% 08-May-96 23:24:26 +amitcp.h
9034 1817 79.8% 08-May-96 23:24:26 +as225.h
377 254 32.6% 13-Aug-96 20:49:04 +create_header.c
3017 1461 51.5% 13-Aug-96 19:58:36 +getdomainname.c
5602 2102 62.4% 27-May-96 16:12:20 +getgrent.c
1430 742 48.1% 08-May-96 23:24:40 +gethostid.c
1702 739 56.5% 18-May-96 15:23:50 +gethostnamadr.c
2512 1210 51.8% 18-May-96 15:23:52 +getlogin.c
1245 682 45.2% 08-May-96 23:24:42 +getnetbyaddr.c
1252 687 45.1% 13-Aug-96 20:49:06 +getnetbyname.c
4527 1730 61.7% 08-May-96 23:24:44 +getnetent.c
3455 1644 52.4% 13-Aug-96 20:49:08 +getpass.c
1297 686 47.1% 08-May-96 23:24:46 +getproto.c
4842 1777 63.3% 08-May-96 23:24:48 +getprotoent.c
1321 703 46.7% 08-May-96 23:24:48 +getprotoname.c
4838 1325 72.6% 18-May-96 15:23:52 +getpwent.c
1369 727 46.8% 08-May-96 23:24:50 +getservbyname.c
1333 705 47.1% 08-May-96 23:24:52 +getservbyport.c
5130 1807 64.7% 08-May-96 23:24:52 +getservent.c
2414 911 62.2% 08-May-96 23:24:54 +group.c
3584 1685 52.9% 08-May-96 23:24:54 +herror.c
3499 1584 54.7% 08-May-96 23:24:58 +initgroups.c
1928 986 48.8% 13-Aug-96 20:49:10 +ix_panic.c
4344 1862 57.1% 08-May-96 23:25:02 +ixnet.h
1420 701 50.6% 18-May-96 15:23:58 +ixnet_close.c
1010 566 43.9% 08-May-96 23:25:04 +ixnet_expunge.c
2282 1090 52.2% 08-May-96 23:25:04 +ixnet_init.c
4925 1964 60.1% 13-Aug-96 20:49:12 +ixnet_open.c
2483 1102 55.6% 18-Aug-96 03:02:38 +Makefile.in
3427 1401 59.1% 13-Aug-96 20:49:14 +misc.c
1196 532 55.5% 13-Aug-96 20:49:16 +parse_version.c
1791 912 49.0% 08-May-96 23:25:18 +set_errno.c
2820 1333 52.7% 18-May-96 15:24:14 +sethostent.c
2094 1041 50.2% 13-Aug-96 20:49:20 +siglaunch.c
18971 4595 75.7% 06-Oct-96 11:23:58 +socket.c
8655 3400 60.7% 18-May-96 15:24:16 +start.s
4216 1635 61.2% 08-May-96 23:25:26 +syslog.c
2040 823 59.6% 08-May-96 23:25:30 +user.c
4518 1018 77.4% 08-May-96 23:25:32 +usergroup.h
1724 928 46.1% 10-Sep-96 00:32:14 +__amiga_filehandle.c
2503 1266 49.4% 19-Aug-96 13:08:10 +__close.c
4507 1965 56.4% 13-Aug-96 20:49:34 +__fioctl.c
3488 1454 58.3% 10-Sep-96 00:32:16 +__fselect.c
7357 3024 58.8% 18-Aug-96 03:03:02 +__fstat.c
1346 713 47.0% 08-May-96 23:25:54 +__init_std_packet.c
1657 817 50.6% 08-May-96 23:25:54 +__ioctl.c
3229 1265 60.8% 13-Aug-96 20:49:40 +__ioerr_to_errno.c
10899 4082 62.5% 10-Sep-96 00:32:18 +__load_seg.c
1982 956 51.7% 08-May-96 23:25:58 +__lock.c
1925 971 49.5% 08-May-96 23:26:00 +__make_link.c
1478 784 46.9% 08-May-96 23:26:02 +__mclose.c
1549 804 48.0% 08-May-96 23:26:04 +__mread.c
228 179 21.4% 08-May-96 23:26:04 +__must_recompile.c
3426 1597 53.3% 08-May-96 23:26:06 +__open.c
15757 5798 63.2% 13-Aug-96 20:49:46 +__plock.c
4899 2214 54.8% 13-Aug-96 20:49:48 +__read.c
7122 2692 62.2% 01-Oct-96 10:26:02 +__tioctl.c
2176 1010 53.5% 08-May-96 23:26:10 +__unlock.c
2541 1082 57.4% 13-Aug-96 20:49:54 +__wait_packet.c
3209 1440 55.1% 18-May-96 15:24:42 +__write.c
14107 5542 60.7% 01-Oct-96 10:26:04 +_cli_parse.c
8729 3310 62.0% 13-Aug-96 20:49:56 +_main.c
4014 1832 54.3% 08-May-96 23:26:18 +_wb_parse.c
1711 923 46.0% 08-May-96 23:26:18 +access.c
9920 3554 64.1% 08-May-96 23:26:20 +buddy-alloc.c
4471 1957 56.2% 22-Aug-96 14:14:36 +chdir.c
2872 1196 58.3% 18-Aug-96 03:03:14 +chmod.c
1613 835 48.2% 08-May-96 23:26:22 +close.c
1306 710 45.6% 08-May-96 23:26:24 +closedir.c
5855 2479 57.6% 13-Aug-96 20:49:58 +convert_dir.c
1217 681 44.0% 08-May-96 23:26:26 +creat.c
741 369 50.2% 13-Aug-96 20:50:00 +create_header.c
1576 809 48.6% 13-Aug-96 22:03:14 +createextio.c
1853 939 49.3% 13-Aug-96 22:03:14 +createport.c
1299 705 45.7% 13-Aug-96 22:03:16 +createstdio.c
3483 1644 52.7% 13-Aug-96 22:03:18 +createtask.c
1346 689 48.8% 13-Aug-96 20:50:02 +debugstub.c
2125 1073 49.5% 23-Dec-95 00:03:20 +defs.h
1398 757 45.8% 08-May-96 23:26:34 +deleteextio.c
1434 768 46.4% 18-May-96 15:24:46 +deleteport.c
1211 670 44.6% 08-May-96 23:26:36 +deletestdio.c
1289 706 45.2% 08-May-96 23:26:38 +deletetask.c
1830 980 46.4% 08-May-96 23:26:38 +exit.c
1555 826 46.8% 13-Aug-96 20:50:02 +fchdir.c
1404 771 45.0% 08-May-96 23:26:42 +fchmod.c
1134 622 45.1% 18-May-96 15:24:46 +fsync.c
1517 805 46.9% 08-May-96 23:26:44 +ftime.c
2268 1088 52.0% 18-May-96 15:24:48 +ftruncate.c
1905 955 49.8% 08-May-96 23:26:46 +get_file.c
2380 1149 51.7% 08-May-96 23:26:48 +getpriority.c
2329 1036 55.5% 08-May-96 23:26:50 +getrlimit.c
1857 964 48.0% 01-Oct-96 10:26:12 +gettimeofday.c
4054 1684 58.4% 18-May-96 15:24:48 +getusershell.c
8015 2523 68.5% 18-May-96 15:24:50 +group.c
3823 1751 54.1% 13-Aug-96 20:50:04 +hwck.c
1858 968 47.9% 13-Aug-96 20:50:06 +ioctl.c
1322 733 44.5% 08-May-96 23:26:56 +isatty.c
3888 1718 55.8% 01-Oct-96 10:26:12 +ix_close.c
4091 2016 50.7% 08-May-96 23:26:58 +ix_exec_entry.c
2534 1156 54.3% 18-May-96 15:24:52 +ix_expunge.c
3389 1541 54.5% 18-May-96 15:24:54 +ix_get_vars2.c
4963 1989 59.9% 01-Oct-96 10:26:14 +ix_init.c
6878 2611 62.0% 01-Oct-96 10:26:16 +ix_open.c
3044 1520 50.0% 13-Aug-96 20:50:12 +ix_resident.c
1613 550 65.9% 01-Oct-96 10:26:16 +ix_settings.c
3717 1550 58.2% 13-Aug-96 20:50:16 +ix_sigwinch.c
4286 1907 55.5% 01-Oct-96 10:26:20 +ix_sleep.c
5210 2476 52.4% 18-May-96 15:24:58 +ix_startup.c
4463 2037 54.3% 18-Aug-96 03:03:26 +ix_timer.c
9032 3578 60.3% 01-Oct-96 10:26:22 +ixemul.h
11182 3328 70.2% 13-Aug-96 20:50:22 +ixnet_stubs.c
3702 1335 63.9% 18-Aug-96 03:03:30 +ixprotos.h
8665 3154 63.6% 13-Aug-96 20:50:26 +kern_descrip.c
24259 8293 65.8% 01-Oct-96 10:26:26 +kern_sig.c
5863 2406 58.9% 08-May-96 23:27:20 +kern_time.c
2597 1218 53.0% 08-May-96 23:27:20 +kmalloc.c
1243 549 55.8% 23-Dec-95 00:03:24 +kprintf.h
1528 829 45.7% 08-May-96 23:27:22 +link.c
7436 2517 66.1% 10-Sep-96 00:32:34 +lseek.c
21464 8026 62.6% 01-Oct-96 10:26:30 +machdep.c
5053 1950 61.4% 01-Oct-96 10:25:50 +Makefile.in
7074 2619 62.9% 10-Sep-96 00:32:38 +malloc.c
9895 1820 81.6% 09-Jan-96 08:26:08 +mathsup.c
4403 1733 60.6% 01-Oct-96 10:26:32 +misc.c
2074 1086 47.6% 18-Aug-96 03:03:38 +mkdir.c
3111 1209 61.1% 13-Aug-96 20:10:54 +mmap.c
17944 4850 72.9% 18-Aug-96 03:03:40 +multiuser.h
4292 873 79.6% 08-May-96 23:27:30 +multiuser_inlines.h
2455 1250 49.0% 08-May-96 23:27:30 +nice.c
1305 688 47.2% 01-Oct-96 09:15:18 +obsolete.c
7660 3290 57.0% 18-Aug-96 03:03:44 +open.c
1959 944 51.8% 08-May-96 23:27:34 +opendir.c
1309 598 54.3% 13-Aug-96 20:50:34 +parse_version.c
3519 1533 56.4% 01-Oct-96 10:26:34 +pipe.c
3160 1216 61.5% 10-Sep-96 00:32:40 +posixconf.c
1409 767 45.5% 01-Oct-96 10:26:36 +profil.c
13210 4336 67.1% 13-Aug-96 20:50:40 +ptrace.c
1560 821 47.3% 08-May-96 23:27:40 +read.c
1891 925 51.0% 08-May-96 23:27:42 +readdir.c
4107 1764 57.0% 18-May-96 15:25:10 +readlink.c
1424 766 46.2% 08-May-96 23:27:44 +readv.c
2676 1188 55.6% 08-May-96 23:27:46 +rename.c
1259 696 44.7% 08-May-96 23:27:46 +rewinddir.c
1271 709 44.2% 08-May-96 23:27:48 +rmdir.c
1271 702 44.7% 08-May-96 23:27:50 +seekdir.c
9582 3487 63.6% 13-Aug-96 20:50:42 +select.c
2049 1022 50.1% 13-Aug-96 20:09:54 +select.h
1573 756 51.9% 08-May-96 23:27:52 +set_socket_stdio.c
2436 1183 51.4% 08-May-96 23:27:54 +setpriority.c
1544 832 46.1% 08-May-96 23:27:56 +setrlimit.c
1656 871 47.4% 01-Oct-96 10:26:40 +settimeofday.c
11445 2686 76.5% 01-Oct-96 10:26:42 +socket.c
11712 3511 70.0% 04-Oct-96 20:44:42 +stackextend.c
11066 3733 66.2% 13-Aug-96 20:50:50 +start.s
9825 3652 62.8% 01-Oct-96 10:26:46 +stat.c
9637 2882 70.0% 08-May-96 23:28:04 +statfs.c
2416 1118 53.7% 08-May-96 23:28:06 +symlink.c
5591 2475 55.7% 08-May-96 23:28:06 +syslog.c
1270 703 44.6% 08-May-96 23:28:08 +telldir.c
8323 3108 62.6% 13-Aug-96 20:50:54 +tracecntl.c
16248 5785 64.3% 13-Aug-96 20:50:56 +trap.s
1317 712 45.9% 08-May-96 23:28:10 +truncate.c
2312 1026 55.6% 18-Aug-96 03:03:56 +umask.c
2913 1495 48.6% 01-Oct-96 10:26:48 +unlink.c
19145 4986 73.9% 01-Oct-96 09:15:18 +unp.c
1492 447 70.0% 01-Oct-96 09:15:18 +unp.h
7088 2574 63.6% 01-Oct-96 10:26:52 +user.c
1399 731 47.7% 08-May-96 23:28:14 +utime.c
2691 1370 49.0% 01-Oct-96 10:26:54 +utimes.c
22695 8347 63.2% 01-Oct-96 10:26:56 +vfork.c
1532 809 47.1% 08-May-96 23:28:22 +write.c
1434 767 46.5% 08-May-96 23:28:22 +writev.c
12653 4659 63.1% 01-Oct-96 10:27:04 +crt0.c
9263 3488 62.3% 01-Oct-96 10:27:06 +gmon.c
3582 1636 54.3% 23-Dec-95 00:03:28 +gmon.h
2780 1034 62.8% 01-Oct-96 10:27:02 +Makefile.in
54 54 0.0% 18-May-96 15:25:34 +v1.c
14542 3508 75.8% 14-Oct-96 22:23:18 +Makefile.in
14532 3508 75.8% 06-Oct-96 10:19:12 +Makefile.in!
939 454 51.6% 29-May-96 19:28:28 +Makefile.in
2955 1485 49.7% 01-Oct-96 09:10:32 +intro.1
2500 1073 57.0% 10-Sep-96 00:33:02 +ixrun.1
688 406 40.9% 01-Oct-96 09:10:32 +ixstack.1
4288 1958 54.3% 01-Oct-96 10:36:44 +ixtrace.1
3784 1824 51.7% 08-May-96 23:33:40 +_exit.2
5144 2350 54.3% 08-May-96 23:33:42 +accept.2
4602 2162 53.0% 08-May-96 23:33:42 +access.2
3965 1966 50.4% 08-May-96 23:33:44 +adjtime.2
4266 2062 51.6% 08-May-96 23:33:44 +bind.2
4215 1904 54.8% 08-May-96 23:33:44 +chdir.2
5918 2577 56.4% 08-May-96 23:33:46 +chmod.2
4636 2135 53.9% 08-May-96 23:33:46 +chown.2
3582 1779 50.3% 08-May-96 23:33:48 +chroot.2
4142 2009 51.4% 08-May-96 23:33:48 +close.2
5052 2313 54.2% 08-May-96 23:33:50 +connect.2
3933 1906 51.5% 08-May-96 23:33:50 +dup.2
8782 3554 59.5% 08-May-96 23:33:52 +execve.2
12582 4767 62.1% 08-May-96 23:33:52 +fcntl.2
4708 2235 52.5% 08-May-96 23:33:52 +flock.2
3955 1908 51.7% 08-May-96 23:33:54 +fork.2
2972 1549 47.8% 08-May-96 23:33:54 +fsync.2
4663 2151 53.8% 08-May-96 23:33:56 +getfsstat.2
2940 1432 51.2% 08-May-96 23:33:56 +getgid.2
3243 1569 51.6% 08-May-96 23:33:58 +getgroups.2
5019 2261 54.9% 08-May-96 23:33:58 +getitimer.2
4337 2053 52.6% 08-May-96 23:34:00 +getlogin.2
3143 1575 49.8% 08-May-96 23:34:00 +getpeername.2
3459 1701 50.8% 08-May-96 23:34:00 +getpgrp.2
2681 1344 49.8% 08-May-96 23:34:02 +getpid.2
4205 1913 54.5% 08-May-96 23:34:02 +getpriority.2
6243 2749 55.9% 08-May-96 23:34:04 +getrlimit.2
6149 2499 59.3% 08-May-96 23:34:04 +getrusage.2
3103 1576 49.2% 08-May-96 23:34:06 +getsockname.2
11642 4535 61.0% 08-May-96 23:34:06 +getsockopt.2
4043 1985 50.9% 08-May-96 23:34:08 +gettimeofday.2
2876 1410 50.9% 08-May-96 23:34:08 +getuid.2
25884 9584 62.9% 08-May-96 23:34:10 +intro.2
3312 1674 49.4% 08-May-96 23:34:10 +ioctl.2
4687 2088 55.4% 08-May-96 23:34:12 +kill.2
4766 2139 55.1% 08-May-96 23:34:12 +link.2
3383 1673 50.5% 08-May-96 23:34:14 +listen.2
3855 1856 51.8% 08-May-96 23:34:14 +lseek.2
4189 1929 53.9% 08-May-96 23:34:16 +mkdir.2
4334 1993 54.0% 08-May-96 23:34:16 +mkfifo.2
4448 2050 53.9% 08-May-96 23:34:18 +mknod.2
7875 3221 59.0% 08-May-96 23:34:18 +open.2
5126 2262 55.8% 08-May-96 23:34:18 +pathconf.2
3675 1846 49.7% 08-May-96 23:34:20 +pipe.2
4101 1981 51.6% 08-May-96 23:34:20 +profil.2
10282 3649 64.5% 08-May-96 23:34:22 +ptrace.2
5186 2418 53.3% 08-May-96 23:34:22 +read.2
3388 1677 50.5% 08-May-96 23:34:24 +readlink.2
8103 3564 56.0% 08-May-96 23:34:24 +recv.2
5804 2538 56.2% 08-May-96 23:34:26 +rename.2
3774 1801 52.2% 08-May-96 23:34:26 +rmdir.2
5867 2652 54.7% 08-May-96 23:34:26 +select.2
4941 2325 52.9% 08-May-96 23:34:28 +send.2
2998 1510 49.6% 08-May-96 23:34:28 +setgroups.2
3991 1715 57.0% 08-May-96 23:34:30 +setuid.2
2871 1423 50.4% 08-May-96 23:34:30 +shutdown.2
11789 4582 61.1% 08-May-96 23:34:32 +sigaction.2
2895 1438 50.3% 08-May-96 23:34:32 +sigpending.2
3846 1797 53.2% 08-May-96 23:34:32 +sigprocmask.2
3529 1751 50.3% 08-May-96 23:34:34 +sigreturn.2
2292 1168 49.0% 08-May-96 23:34:34 +sigstack.2
3110 1567 49.6% 08-May-96 23:34:36 +sigsuspend.2
7813 3452 55.8% 08-May-96 23:34:36 +socket.2
3299 1595 51.6% 08-May-96 23:34:38 +socketpair.2
8013 3287 58.9% 08-May-96 23:34:38 +stat.2
4924 2174 55.8% 08-May-96 23:34:40 +statfs.2
4650 1975 57.5% 08-May-96 23:34:40 +symlink.2
2810 1451 48.3% 08-May-96 23:34:42 +sync.2
3992 1915 52.0% 08-May-96 23:34:42 +truncate.2
3052 1526 50.0% 08-May-96 23:34:44 +umask.2
4121 1942 52.8% 08-May-96 23:34:44 +unlink.2
4170 1925 53.8% 08-May-96 23:34:44 +utimes.2
4040 2015 50.1% 08-May-96 23:34:46 +vfork.2
7884 3095 60.7% 08-May-96 23:34:46 +wait.2
5759 2649 54.0% 08-May-96 23:34:48 +write.2
2653 1351 49.0% 08-May-96 23:35:02 +abort.3
2632 1308 50.3% 08-May-96 23:35:02 +abs.3
2483 1244 49.8% 08-May-96 23:35:04 +acos.3
2490 1256 49.5% 08-May-96 23:35:04 +acosh.3
2920 1488 49.0% 08-May-96 23:35:06 +alarm.3
2838 1428 49.6% 08-May-96 23:35:06 +alloca.3
2506 1260 49.7% 08-May-96 23:35:08 +asin.3
2588 1272 50.8% 08-May-96 23:35:08 +asinh.3
2903 1448 50.1% 01-Oct-96 09:10:26 +assert.3
2527 1270 49.7% 08-May-96 23:35:10 +atan.3
2502 1259 49.6% 08-May-96 23:35:10 +atanh.3
2960 1505 49.1% 08-May-96 23:35:12 +atexit.3
2644 1343 49.2% 08-May-96 23:35:12 +atof.3
2666 1360 48.9% 08-May-96 23:35:14 +atoi.3
2668 1361 48.9% 08-May-96 23:35:14 +atol.3
2657 1338 49.6% 08-May-96 23:35:14 +bcmp.3
2551 1281 49.7% 08-May-96 23:35:16 +bcopy.3
4816 1968 59.1% 01-Oct-96 09:10:26 +bitstring.3
3444 1669 51.5% 08-May-96 23:35:16 +bsearch.3
3445 1523 55.7% 08-May-96 23:35:18 +bstring.3
8291 3597 56.6% 18-May-96 15:25:54 +btree.3
2964 1478 50.1% 18-May-96 15:25:54 +byteorder.3
2447 1239 49.3% 08-May-96 23:35:18 +bzero.3
2734 1383 49.4% 08-May-96 23:35:18 +calloc.3
2429 1226 49.5% 08-May-96 23:35:20 +ceil.3
2671 1346 49.6% 08-May-96 23:35:20 +clock.3
2619 1319 49.6% 08-May-96 23:35:22 +cos.3
2457 1219 50.3% 08-May-96 23:35:22 +cosh.3
2535 1319 47.9% 08-May-96 23:35:24 +creat.3
6851 3014 56.0% 08-May-96 23:35:24 +crypt.3
3158 1584 49.8% 08-May-96 23:35:24 +ctermid.3
5053 2152 57.4% 08-May-96 23:35:26 +ctime.3
3078 1414 54.0% 08-May-96 23:35:26 +ctype.3
6003 2467 58.9% 08-May-96 23:35:28 +curses.3
3922 1824 53.4% 08-May-96 23:35:28 +cuserid.3
13550 4840 64.2% 18-May-96 15:25:56 +dbopen.3
4791 2105 56.0% 08-May-96 23:35:30 +directory.3
2530 1277 49.5% 08-May-96 23:35:30 +div.3
2497 1274 48.9% 01-Oct-96 09:10:26 +end.3
7017 2780 60.3% 08-May-96 23:35:32 +exec.3
2859 1421 50.2% 08-May-96 23:35:32 +exit.3
6838 3039 55.5% 08-May-96 23:35:32 +exp.3
2523 1245 50.6% 08-May-96 23:35:34 +fabs.3
3091 1561 49.4% 08-May-96 23:35:34 +fclose.3
3361 1541 54.1% 08-May-96 23:35:36 +ferror.3
3503 1723 50.8% 08-May-96 23:35:36 +fflush.3
2510 1266 49.5% 08-May-96 23:35:38 +ffs.3
3865 1899 50.8% 13-Aug-96 20:03:46 +fgetln.3
4194 2002 52.2% 08-May-96 23:35:38 +fgets.3
2440 1232 49.5% 08-May-96 23:35:40 +floor.3
4015 1865 53.5% 08-May-96 23:35:40 +fnmatch.3
6014 2426 59.6% 08-May-96 23:35:42 +fopen.3
3181 1547 51.3% 08-May-96 23:35:42 +fputs.3
3464 1632 52.8% 08-May-96 23:35:44 +fread.3
2892 1440 50.2% 08-May-96 23:35:44 +free.3
2912 1469 49.5% 08-May-96 23:35:44 +frexp.3
4829 2145 55.5% 08-May-96 23:35:46 +fseek.3
2978 1527 48.7% 08-May-96 23:35:46 +ftime.3
18930 6031 68.1% 08-May-96 23:35:48 +fts.3
4946 2251 54.4% 08-May-96 23:35:48 +funopen.3
3895 1847 52.5% 08-May-96 23:35:50 +getc.3
4328 2068 52.2% 08-May-96 23:35:50 +getcwd.3
2545 1299 48.9% 08-May-96 23:35:52 +getdtablesize.3
4190 1935 53.8% 08-May-96 23:35:52 +getenv.3
5291 2338 55.8% 08-May-96 23:35:52 +getgrent.3
7092 3072 56.6% 08-May-96 23:35:54 +gethostbyname.3
2849 1423 50.0% 08-May-96 23:35:54 +gethostid.3
3360 1688 49.7% 08-May-96 23:35:56 +gethostname.3
3483 1674 51.9% 08-May-96 23:35:58 +getmntinfo.3
4363 2023 53.6% 08-May-96 23:36:00 +getnetent.3
6719 2946 56.1% 08-May-96 23:36:00 +getopt.3
2497 1278 48.8% 08-May-96 23:36:02 +getpagesize.3
3180 1593 49.9% 08-May-96 23:36:04 +getpass.3
4131 1893 54.1% 08-May-96 23:36:04 +getprotoent.3
5887 2608 55.6% 08-May-96 23:36:06 +getpwent.3
4449 2051 53.8% 08-May-96 23:36:06 +getservent.3
4284 1977 53.8% 08-May-96 23:36:08 +getsubopt.3
5613 2499 55.4% 08-May-96 23:36:08 +getttyent.3
3105 1490 52.0% 08-May-96 23:36:08 +getusershell.3
10856 4397 59.4% 08-May-96 23:36:10 +glob.3
5268 2513 52.2% 18-May-96 15:25:58 +hash.3
2741 1348 50.8% 08-May-96 23:36:12 +index.3
5919 2469 58.2% 18-May-96 15:25:58 +inet.3
3001 1475 50.8% 08-May-96 23:36:12 +initgroups.3
2336 1210 48.2% 08-May-96 23:36:12 +insque.3
5125 2279 55.5% 01-Oct-96 10:38:02 +intro.3
2880 1384 51.9% 08-May-96 23:36:14 +isalnum.3
3145 1472 53.1% 08-May-96 23:36:16 +isalpha.3
2604 1282 50.7% 08-May-96 23:36:16 +isascii.3
2820 1357 51.8% 08-May-96 23:36:16 +iscntrl.3
2848 1369 51.9% 08-May-96 23:36:18 +isdigit.3
2869 1388 51.6% 08-May-96 23:36:18 +isgraph.3
2607 1325 49.1% 08-May-96 23:36:20 +isinf.3
3082 1468 52.3% 08-May-96 23:36:20 +islower.3
2872 1382 51.8% 08-May-96 23:36:22 +isprint.3
2887 1397 51.6% 08-May-96 23:36:22 +ispunct.3
3301 1567 52.5% 08-May-96 23:36:22 +isspace.3
3074 1465 52.3% 08-May-96 23:36:24 +isupper.3
2847 1371 51.8% 08-May-96 23:36:24 +isxdigit.3
3400 1654 51.3% 08-May-96 23:36:26 +killpg.3
2579 1285 50.1% 08-May-96 23:36:26 +labs.3
2773 1410 49.1% 08-May-96 23:36:26 +ldexp.3
2640 1336 49.3% 08-May-96 23:36:28 +ldiv.3
4307 2110 51.0% 18-May-96 15:26:00 +linkaddr.3
3365 1687 49.8% 08-May-96 23:36:28 +malloc.3
2609 1307 49.9% 08-May-96 23:36:30 +memccpy.3
2814 1406 50.0% 08-May-96 23:36:30 +memchr.3
2933 1479 49.5% 08-May-96 23:36:32 +memcmp.3
2872 1421 50.5% 08-May-96 23:36:32 +memcpy.3
2729 1374 49.6% 08-May-96 23:36:32 +memmove.3
2658 1295 51.2% 08-May-96 23:36:34 +memory.3
2552 1304 48.9% 08-May-96 23:36:34 +memset.3
3849 1798 53.2% 08-May-96 23:36:36 +mktemp.3
2774 1386 50.0% 08-May-96 23:36:36 +modf.3
6087 2435 59.9% 18-May-96 15:26:00 +mpool.3
4948 2079 57.9% 18-May-96 15:26:02 +newctime.3
5337 2144 59.8% 18-May-96 15:26:02 +newtzset.3
2691 1359 49.4% 08-May-96 23:36:36 +nice.3
4314 2090 51.5% 18-May-96 15:26:04 +ns.3
2708 1395 48.4% 08-May-96 23:36:38 +pause.3
2974 1487 50.0% 08-May-96 23:36:42 +perror.3
4805 2172 54.7% 08-May-96 23:36:44 +popen.3
14593 5282 63.8% 08-May-96 23:36:46 +printf.3
3260 1595 51.0% 18-Aug-96 03:05:28 +psignal.3
3645 1743 52.1% 08-May-96 23:36:46 +putc.3
2531 1265 50.0% 08-May-96 23:36:48 +qabs.3
2583 1315 49.0% 08-May-96 23:36:48 +qdiv.3
6213 2744 55.8% 08-May-96 23:36:50 +qsort.3
13068 3219 75.3% 01-Oct-96 09:10:28 +queue.3
4781 2288 52.1% 08-May-96 23:36:50 +radixsort.3
2785 1396 49.8% 08-May-96 23:36:52 +raise.3
2950 1485 49.6% 08-May-96 23:36:52 +rand.3
5591 2515 55.0% 08-May-96 23:36:52 +random.3
6194 2761 55.4% 08-May-96 23:36:54 +rcmd.3
3260 1536 52.8% 08-May-96 23:36:54 +realloc.3
6360 2808 55.8% 18-May-96 15:26:04 +recno.3
16823 6596 60.7% 13-Aug-96 20:03:46 +regex.3
9073 3731 58.8% 08-May-96 23:36:56 +regexp.3
2809 1428 49.1% 08-May-96 23:36:56 +remove.3
8869 3595 59.4% 18-May-96 15:26:06 +resolver.3
2727 1340 50.8% 08-May-96 23:36:58 +rindex.3
10432 3889 62.7% 08-May-96 23:36:58 +scanf.3
5622 2545 54.7% 08-May-96 23:37:00 +setbuf.3
4864 2114 56.5% 08-May-96 23:37:00 +setjmp.3
3459 1691 51.1% 08-May-96 23:37:00 +setregid.3
3320 1635 50.7% 08-May-96 23:37:02 +setreuid.3
2871 1453 49.3% 08-May-96 23:37:02 +sigblock.3
4014 1878 53.2% 08-May-96 23:37:04 +siginterrupt.3
8035 3349 58.3% 08-May-96 23:37:04 +signal.3
2769 1402 49.3% 08-May-96 23:37:06 +sigpause.3
2825 1429 49.4% 08-May-96 23:37:06 +sigsetmask.3
3898 1703 56.3% 08-May-96 23:37:06 +sigsetops.3
10631 4232 60.1% 08-May-96 23:37:08 +sigvec.3
2581 1286 50.1% 08-May-96 23:37:08 +sin.3
2590 1290 50.1% 08-May-96 23:37:10 +sinh.3
3684 1778 51.7% 08-May-96 23:37:12 +sleep.3
2553 1261 50.6% 08-May-96 23:37:12 +sqrt.3
5539 2472 55.3% 01-Oct-96 09:10:28 +stdarg.3
9050 3558 60.6% 08-May-96 23:37:14 +stdio.3
3011 1462 51.4% 08-May-96 23:37:14 +strcasecmp.3
2965 1425 51.9% 08-May-96 23:37:14 +strcat.3
2931 1430 51.2% 08-May-96 23:37:16 +strchr.3
3031 1473 51.4% 08-May-96 23:37:16 +strcmp.3
2804 1394 50.2% 08-May-96 23:37:18 +strcoll.3
3251 1513 53.4% 08-May-96 23:37:18 +strcpy.3
2868 1409 50.8% 08-May-96 23:37:18 +strcspn.3
2465 1244 49.5% 08-May-96 23:37:20 +strdup.3
2679 1356 49.3% 08-May-96 23:37:20 +strerror.3
6609 2401 63.6% 08-May-96 23:37:22 +strftime.3
4480 1740 61.1% 08-May-96 23:37:22 +string.3
2594 1315 49.3% 08-May-96 23:37:24 +strlen.3
5216 2090 59.9% 08-May-96 23:37:24 +strmode.3
2842 1389 51.1% 08-May-96 23:37:26 +strpbrk.3
2875 1413 50.8% 08-May-96 23:37:26 +strrchr.3
3074 1549 49.6% 08-May-96 23:37:26 +strsep.3
2597 1324 49.0% 08-May-96 23:37:28 +strsignal.3
2791 1378 50.6% 08-May-96 23:37:28 +strspn.3
2941 1412 51.9% 08-May-96 23:37:30 +strstr.3
3742 1776 52.5% 08-May-96 23:37:30 +strtod.3
3747 1815 51.5% 08-May-96 23:37:32 +strtok.3
4429 2098 52.6% 08-May-96 23:37:32 +strtol.3
4523 2145 52.5% 08-May-96 23:37:32 +strtoul.3
2644 1343 49.2% 08-May-96 23:37:34 +strxfrm.3
2438 1247 48.8% 08-May-96 23:37:34 +swab.3
6183 2558 58.6% 08-May-96 23:37:36 +sysconf.3
7063 3109 55.9% 08-May-96 23:37:36 +syslog.3
3188 1583 50.3% 08-May-96 23:37:38 +system.3
2622 1317 49.7% 08-May-96 23:37:38 +tan.3
2564 1266 50.6% 08-May-96 23:37:40 +tanh.3
2955 1463 50.4% 08-May-96 23:37:40 +tcgetpgrp.3
4606 1947 57.7% 08-May-96 23:37:42 +tcsendbreak.3
9146 3291 64.0% 08-May-96 23:37:42 +tcsetattr.3
3568 1633 54.2% 08-May-96 23:37:44 +tcsetpgrp.3
6434 2846 55.7% 08-May-96 23:37:44 +termcap.3
3011 1546 48.6% 08-May-96 23:37:46 +time.3
3193 1489 53.3% 18-May-96 15:26:08 +time2posix.3
3834 1800 53.0% 08-May-96 23:37:46 +times.3
6083 2571 57.7% 08-May-96 23:37:48 +tmpnam.3
3112 1473 52.6% 08-May-96 23:37:48 +tolower.3
3112 1481 52.4% 08-May-96 23:37:48 +toupper.3
3592 1717 52.1% 08-May-96 23:37:50 +ttyname.3
3050 1546 49.3% 08-May-96 23:37:50 +ualarm.3
3115 1547 50.3% 08-May-96 23:37:52 +uname.3
3381 1688 50.0% 08-May-96 23:37:52 +ungetc.3
5173 2349 54.5% 08-May-96 23:37:54 +unvis.3
3133 1559 50.2% 08-May-96 23:37:54 +usleep.3
4650 2168 53.3% 08-May-96 23:37:56 +utime.3
2783 1423 48.8% 08-May-96 23:37:56 +valloc.3
6673 2844 57.3% 08-May-96 23:37:56 +vis.3
4622 2186 52.7% 08-May-96 23:37:58 +vtimes.3
3772 1844 51.1% 01-Oct-96 09:10:38 +icmp.4
3982 1942 51.2% 01-Oct-96 09:10:40 +imp.4
5645 2614 53.6% 01-Oct-96 09:10:40 +inet.4
10988 4466 59.3% 01-Oct-96 09:10:40 +ip.4
3231 1617 49.9% 01-Oct-96 09:10:40 +lo.4
11686 4644 60.2% 01-Oct-96 09:10:40 +netintro.4
2294 1187 48.2% 01-Oct-96 09:10:40 +null.4
6648 2799 57.8% 01-Oct-96 09:10:40 +pty.4
11008 4532 58.8% 01-Oct-96 09:10:40 +route.4
5785 2667 53.8% 01-Oct-96 09:10:40 +tcp.4
39259 12964 66.9% 01-Oct-96 09:10:40 +termios.4
19056 6938 63.5% 01-Oct-96 09:10:40 +tp.4
13098 4800 63.3% 01-Oct-96 09:10:40 +tty.4
4130 1971 52.2% 01-Oct-96 09:10:40 +udp.4
4795 2227 53.5% 01-Oct-96 09:10:40 +unix.4
14552 5408 62.8% 01-Oct-96 09:10:32 +a.out.5
3826 1916 49.9% 01-Oct-96 09:10:34 +acct.5
3653 1728 52.6% 01-Oct-96 09:10:34 +core.5
5036 2364 53.0% 01-Oct-96 09:10:34 +dir.5
5834 2214 62.0% 01-Oct-96 09:10:34 +disktab.5
1024 593 42.0% 01-Oct-96 09:10:34 +ethers.5
12971 5073 60.8% 01-Oct-96 09:10:34 +fs.5
7249 3102 57.2% 01-Oct-96 10:21:30 +fstab.5
4609 2148 53.3% 01-Oct-96 09:10:34 +group.5
3782 1863 50.7% 01-Oct-96 09:10:34 +hosts.5
17459 6357 63.5% 01-Oct-96 09:10:34 +link.5
891 563 36.8% 01-Oct-96 09:10:34 +motd.5
3843 1861 51.5% 01-Oct-96 09:10:34 +netgroup.5
3364 1682 50.0% 01-Oct-96 09:10:34 +networks.5
7180 3236 54.9% 01-Oct-96 09:10:34 +passwd.5
3144 1605 48.9% 01-Oct-96 09:10:34 +phones.5
8031 3488 56.5% 01-Oct-96 09:10:34 +printcap.5
2956 1488 49.6% 01-Oct-96 09:10:34 +protocols.5
6064 2805 53.7% 01-Oct-96 09:10:34 +remote.5
7279 3132 56.9% 01-Oct-96 09:10:34 +resolv.conf.5
1687 915 45.7% 01-Oct-96 09:10:34 +rpc.5
3111 1568 49.5% 01-Oct-96 09:10:34 +services.5
2636 1370 48.0% 01-Oct-96 09:10:34 +shells.5
6835 2935 57.0% 01-Oct-96 09:10:34 +stab.5
4552 2077 54.3% 01-Oct-96 09:10:34 +types.5
3475 1244 64.2% 18-May-96 15:26:12 +tzfile.5
5310 2300 56.6% 01-Oct-96 09:10:34 +utmp.5
5804 2742 52.7% 01-Oct-96 09:10:38 +ascii.7
5243 2448 53.3% 01-Oct-96 09:10:38 +environ.7
8847 3339 62.2% 01-Oct-96 09:10:38 +hier.7
4182 1964 53.0% 01-Oct-96 09:10:38 +hostname.7
2631 1334 49.2% 01-Oct-96 09:10:38 +intro.7
5892 2751 53.3% 01-Oct-96 09:10:38 +mailaddr.7
12698 4680 63.1% 01-Oct-96 09:10:38 +mdoc.7
67090 23428 65.0% 01-Oct-96 09:10:38 +mdoc.samples.7
2737 1312 52.0% 01-Oct-96 09:10:38 +operator.7
11803 4608 60.9% 13-Aug-96 20:03:52 +re_format.7
2840 1429 49.6% 01-Oct-96 09:10:36 +intro.8
4529 1853 59.0% 18-May-96 15:26:14 +ixtimezone.8
1077 578 46.3% 01-Oct-96 09:10:36 +tzselect.8
9283 3596 61.2% 18-May-96 15:26:16 +zic.8
13807 2981 78.4% 04-Oct-96 09:21:00 +bin
802 441 45.0% 10-Jul-96 09:50:30 +bin-pi
6404 1490 76.7% 06-Oct-96 10:19:22 +env-bin
628 361 42.5% 10-Jul-96 09:50:36 +env-bin-pi
4424 945 78.6% 04-Oct-96 09:21:06 +inc-bin
297 194 34.6% 10-Jul-96 09:50:40 +inc-bin-pi
36066 5047 86.0% 04-Oct-96 20:47:40 +src
608 348 42.7% 14-Mar-96 14:15:02 +mkinstalldirs
15211 4871 67.9% 18-May-96 15:26:18 +getnetgrent.c
5085 2145 57.8% 13-Aug-96 20:14:20 +getttyent.c
4605 1997 56.6% 18-May-96 15:26:18 +linkaddr.c
979 484 50.5% 13-Aug-96 20:51:30 +Makefile.in
12368 4458 63.9% 18-May-96 15:26:20 +rcmd.c
9478 3591 62.1% 18-May-96 15:26:20 +res_comp.c
17248 5584 67.6% 18-May-96 15:26:22 +res_debug.c
11739 4106 65.0% 18-May-96 15:26:22 +res_init.c
7787 2814 63.8% 18-May-96 15:26:24 +res_mkquery.c
11111 4267 61.5% 18-May-96 15:26:24 +res_query.c
12748 4529 64.4% 18-May-96 15:26:26 +res_send.c
3685 1730 53.0% 13-Aug-96 20:14:20 +ttyname.c
2634 1322 49.8% 13-Aug-96 20:14:20 +ttyslot.c
25572 10598 58.5% 04-Oct-96 20:40:38 +NEWS
2760 1436 47.9% 10-Sep-96 00:29:24 +PROBLEMS
1355 767 43.3% 01-Oct-96 10:21:18 +Product-Info
14524 6177 57.4% 01-Oct-96 10:21:20 +README
1004 484 51.7% 18-Aug-96 02:59:40 +REGISTRY
202 112 44.5% 01-Oct-96 10:27:32 +a4.h
569 222 60.9% 01-Oct-96 10:27:34 +glue.c
348 198 43.1% 13-Aug-96 20:51:36 +link_a5_0_f.c
413 210 49.1% 13-Aug-96 20:51:38 +link_a5_d0_f.c
1099 524 52.3% 01-Oct-96 10:27:32 +Makefile.in
305 204 33.1% 01-Oct-96 09:17:16 +stack.c
34 34 0.0% 23-Dec-95 00:04:06 +stk_argbytes.c
19 19 0.0% 26-Jan-96 16:45:50 +stk_limit.c
252 144 42.8% 08-May-96 23:38:38 +stkchk_d0.c
385 209 45.7% 08-May-96 23:38:38 +sub_d0_sp.c
350 193 44.8% 18-May-96 15:26:30 +_err.c
146 119 18.4% 18-May-96 15:26:32 +_errx.c
146 119 18.4% 18-May-96 15:26:32 +_verr.c
148 121 18.2% 18-May-96 15:26:34 +_verrx.c
148 121 18.2% 13-Aug-96 20:13:10 +_vwarn.c
150 122 18.6% 13-Aug-96 20:13:10 +_vwarnx.c
146 120 17.8% 13-Aug-96 20:13:10 +_warn.c
148 121 18.2% 13-Aug-96 20:13:10 +_warnx.c
1625 858 47.2% 01-Oct-96 10:27:46 +asctime.c
2994 1406 53.0% 13-Aug-96 20:13:02 +cclass.h
3941 1813 53.9% 13-Aug-96 20:13:02 +cname.h
2950 1394 52.7% 13-Aug-96 20:13:02 +COPYRIGHT
2334 1191 48.9% 18-May-96 15:26:34 +ctermid.c
28921 7923 72.6% 13-Aug-96 20:13:02 +engine.h
4440 1533 65.4% 18-May-96 15:26:34 +err.c
31 31 0.0% 23-Dec-95 00:04:04 +errlst.c
27388 9607 64.9% 13-Aug-96 20:12:54 +fts.c
3828 1767 53.8% 23-Dec-95 00:04:02 +getopt.c
38957 12030 69.1% 01-Oct-96 10:27:54 +localtime.c
978 497 49.1% 13-Aug-96 20:51:42 +Makefile.in
5133 1778 65.3% 01-Oct-96 10:27:56 +private.h
5887 1922 67.3% 24-Aug-96 09:29:08 +rand48.c
42011 12678 69.8% 13-Aug-96 20:13:10 +regcomp.c
5723 2417 57.7% 13-Aug-96 20:13:12 +regerror.c
7460 3244 56.5% 13-Aug-96 20:13:12 +regex2.h
6622 2675 59.6% 13-Aug-96 20:13:12 +regexec.c
3040 1431 52.9% 13-Aug-96 20:13:12 +regfree.c
4602 2105 54.2% 18-Aug-96 03:06:40 +scandir.c
32 32 0.0% 23-Dec-95 00:04:06 +siglist.c
2955 1368 53.7% 13-Aug-96 20:13:10 +signame.c
2543 1278 49.7% 13-Aug-96 20:13:12 +utils.h
935 433 53.6% 04-Oct-96 20:48:08 +vfork_setup_child.c
2333 1186 49.1% 13-Aug-96 20:51:46 +clrerr.c
2812 1415 49.6% 13-Aug-96 20:51:48 +fclose.c
3267 1616 50.5% 13-Aug-96 20:51:48 +fdopen.c
2374 1214 48.8% 13-Aug-96 20:51:50 +feof.c
2388 1217 49.0% 13-Aug-96 20:51:52 +ferror.c
3152 1593 49.4% 13-Aug-96 20:51:52 +fflush.c
2315 1179 49.0% 13-Aug-96 20:51:56 +fgetc.c
5014 2316 53.8% 13-Aug-96 20:14:30 +fgetln.c
2362 1212 48.6% 13-Aug-96 20:51:58 +fgetpos.c
3513 1728 50.8% 13-Aug-96 20:52:00 +fgets.c
2388 1215 49.1% 13-Aug-96 20:52:04 +fileno.c
5224 2254 56.8% 13-Aug-96 20:52:06 +findfp.c
3098 1530 50.6% 13-Aug-96 20:52:06 +flags.c
2271 1168 48.5% 13-Aug-96 20:14:38 +floatio.h
3287 1641 50.0% 13-Aug-96 20:52:08 +fopen.c
2611 1290 50.5% 13-Aug-96 20:52:10 +fprintf.c
2661 1359 48.9% 13-Aug-96 20:52:12 +fpurge.c
2335 1191 48.9% 13-Aug-96 20:52:12 +fputc.c
2588 1316 49.1% 13-Aug-96 20:52:14 +fputs.c
3128 1553 50.3% 13-Aug-96 20:52:16 +fread.c
5190 2403 53.6% 13-Aug-96 20:52:16 +freopen.c
2608 1291 50.4% 13-Aug-96 20:52:18 +fscanf.c
6998 2997 57.1% 13-Aug-96 20:52:20 +fseek.c
2402 1228 48.8% 13-Aug-96 20:14:50 +fsetpos.c
3268 1615 50.5% 13-Aug-96 20:52:22 +ftell.c
3053 1477 51.6% 13-Aug-96 20:52:24 +funopen.c
5789 2474 57.2% 13-Aug-96 20:52:26 +fvwrite.c
2360 1201 49.1% 13-Aug-96 20:14:56 +fvwrite.h
2614 1326 49.2% 13-Aug-96 20:52:28 +fwalk.c
2963 1503 49.2% 13-Aug-96 20:52:30 +fwrite.c
2383 1218 48.8% 13-Aug-96 20:52:32 +getc.c
2379 1208 49.2% 13-Aug-96 20:52:34 +getchar.c
2567 1324 48.4% 13-Aug-96 20:52:36 +gets.c
2359 1222 48.1% 13-Aug-96 20:52:38 +getw.c
3308 1545 53.2% 13-Aug-96 20:15:04 +local.h
4031 1884 53.2% 13-Aug-96 20:52:40 +makebuf.c
1120 576 48.5% 13-Aug-96 20:51:44 +Makefile.in
2623 1359 48.1% 13-Aug-96 20:14:20 +mktemp.c
2911 1433 50.7% 13-Aug-96 20:52:40 +perror.c
2548 1267 50.2% 13-Aug-96 20:52:42 +printf.c
2397 1227 48.8% 13-Aug-96 20:52:44 +putc.c
2420 1236 48.9% 13-Aug-96 20:52:46 +putchar.c
2680 1357 49.3% 13-Aug-96 20:52:48 +puts.c
2497 1274 48.9% 13-Aug-96 20:52:50 +putw.c
3985 1882 52.7% 13-Aug-96 20:52:52 +refill.c
2310 1178 49.0% 13-Aug-96 20:15:14 +remove.c
2431 1247 48.7% 13-Aug-96 20:52:54 +rewind.c
2502 1293 48.3% 13-Aug-96 20:52:56 +rget.c
2581 1289 50.0% 13-Aug-96 20:52:58 +scanf.c
2390 1217 49.0% 13-Aug-96 20:53:00 +setbuf.c
2528 1281 49.3% 13-Aug-96 20:53:02 +setbuffer.c
5063 2400 52.5% 13-Aug-96 20:53:04 +setvbuf.c
2798 1400 49.9% 13-Aug-96 20:53:06 +snprintf.c
2777 1383 50.1% 13-Aug-96 20:53:10 +sprintf.c
2939 1447 50.7% 13-Aug-96 20:53:12 +sscanf.c
3397 1588 53.2% 13-Aug-96 20:53:14 +stdio.c
3110 1421 54.3% 13-Aug-96 20:53:16 +tempnam.c
2996 1470 50.9% 13-Aug-96 20:53:18 +tmpfile.c
2498 1277 48.8% 13-Aug-96 20:53:20 +tmpnam.c
4642 2134 54.0% 13-Aug-96 20:53:20 +ungetc.c
19053 7083 62.8% 13-Aug-96 20:53:22 +vfprintf.c
18403 6187 66.3% 13-Aug-96 20:53:24 +vfscanf.c
2368 1212 48.8% 13-Aug-96 20:53:26 +vprintf.c
2393 1228 48.6% 13-Aug-96 20:53:28 +vscanf.c
2581 1325 48.6% 13-Aug-96 20:53:28 +vsnprintf.c
2552 1303 48.9% 13-Aug-96 20:53:30 +vsprintf.c
2716 1380 49.1% 13-Aug-96 20:53:32 +vsscanf.c
3607 1800 50.0% 13-Aug-96 20:53:34 +wbuf.c
3317 1650 50.2% 13-Aug-96 20:53:36 +wsetup.c
183 160 12.5% 08-May-96 23:40:16 +abort.c
1282 717 44.0% 23-Dec-95 00:03:54 +abs.c
2041 1074 47.3% 08-May-96 23:40:18 +atexit.c
1408 789 43.9% 23-Dec-95 00:03:54 +atexit.h
2183 1152 47.2% 13-Aug-96 20:54:04 +atof.c
1295 750 42.0% 08-May-96 23:40:20 +atoi.c
1291 748 42.0% 08-May-96 23:40:22 +atol.c
2464 1256 49.0% 08-May-96 23:40:22 +bsearch.c
1438 817 43.1% 08-May-96 23:40:24 +calloc.c
1911 1061 44.4% 08-May-96 23:40:24 +div.c
6218 2583 58.4% 08-May-96 23:40:26 +exec.c
18719 7046 62.3% 10-Sep-96 00:35:20 +execve.c
2884 1435 50.2% 08-May-96 23:40:28 +getenv.c
4361 2196 49.6% 08-May-96 23:40:30 +heapsort.c
1258 738 41.3% 08-May-96 23:40:30 +labs.c
1682 920 45.3% 08-May-96 23:40:32 +ldiv.c
1248 623 50.0% 13-Aug-96 20:54:02 +Makefile.in
3170 1457 54.0% 13-Aug-96 20:11:22 +multibyte.c
2305 1193 48.2% 08-May-96 23:40:32 +putenv.c
6381 2780 56.4% 08-May-96 23:40:34 +qsort.c
9010 3844 57.3% 18-May-96 15:26:42 +radixsort.c
1350 779 42.2% 08-May-96 23:40:36 +rand.c
3820 1782 53.3% 08-May-96 23:40:36 +setenv.c
1111 639 42.4% 08-May-96 23:40:38 +ssystem.c
48977 16274 66.7% 13-Aug-96 20:11:38 +strtod.c
3587 1781 50.3% 08-May-96 23:40:38 +strtol.c
4411 2136 51.5% 13-Aug-96 20:11:38 +strtoq.c
2631 1309 50.2% 08-May-96 23:40:40 +strtoul.c
3417 1663 51.3% 13-Aug-96 20:11:38 +strtouq.c
2920 1477 49.4% 08-May-96 23:40:40 +system.c
2638 1219 53.7% 23-Dec-95 00:03:56 +bcmp.c
3448 1326 61.5% 23-Dec-95 00:03:56 +bcopy.c
2287 1125 50.8% 23-Dec-95 00:03:56 +bzero.c
1339 742 44.5% 23-Dec-95 00:03:56 +ffs.c
1528 829 45.7% 13-Aug-96 20:11:38 +index.c
1080 552 48.8% 13-Aug-96 20:54:10 +Makefile.in
2271 1177 48.1% 23-Dec-95 00:03:56 +memccpy.c
2335 1199 48.6% 23-Dec-95 00:03:56 +memchr.c
2350 1219 48.1% 23-Dec-95 00:03:56 +memcmp.c
334 221 33.8% 23-Dec-95 00:03:56 +memcpy.c
152 108 28.9% 23-Dec-95 00:03:56 +memmove.c
2271 1166 48.6% 23-Dec-95 00:03:56 +memset.c
1535 837 45.4% 13-Aug-96 20:11:40 +rindex.c
5186 2072 60.0% 23-Dec-95 00:03:56 +strcasecmp.c
2140 1111 48.0% 23-Dec-95 00:03:56 +strcat.c
1836 967 47.3% 23-Dec-95 00:03:56 +strcmp.c
2300 1183 48.5% 23-Dec-95 00:03:58 +strcoll.c
1429 783 45.2% 23-Dec-95 00:03:58 +strcpy.c
2558 1322 48.3% 23-Dec-95 00:03:58 +strcspn.c
2273 1173 48.3% 08-May-96 23:40:48 +strdup.c
1636 896 45.2% 23-Dec-95 00:03:58 +strerror.c
5990 2002 66.5% 08-May-96 23:40:50 +strftime.c
1344 746 44.4% 13-Aug-96 20:11:40 +strlen.c
3670 1475 59.8% 23-Dec-95 00:03:58 +strmode.c
2525 1282 49.2% 23-Dec-95 00:03:58 +strncat.c
2002 1035 48.3% 23-Dec-95 00:03:58 +strncmp.c
1749 890 49.1% 23-Dec-95 00:03:58 +strncpy.c
2331 1202 48.4% 23-Dec-95 00:03:58 +strpbrk.c
2911 1442 50.4% 23-Dec-95 00:03:58 +strsep.c
2381 1230 48.3% 23-Dec-95 00:03:58 +strspn.c
2451 1243 49.2% 23-Dec-95 00:03:58 +strstr.c
2990 1496 49.9% 08-May-96 23:40:52 +strtok.c
2648 1337 49.5% 23-Dec-95 00:03:58 +strxfrm.c
2466 1256 49.0% 23-Dec-95 00:03:58 +swab.c
2371 1244 47.5% 01-Oct-96 10:21:20 +TODO
1493 722 51.6% 01-Oct-96 10:29:04 +ChangeLog
9066 2636 70.9% 01-Oct-96 10:29:08 +cli.c
21995 6958 68.3% 01-Oct-96 10:41:46 +africa
4440 2049 53.8% 01-Oct-96 10:41:48 +antarctica
31783 9691 69.5% 01-Oct-96 10:41:50 +asia
31040 10113 67.4% 01-Oct-96 10:41:52 +australasia
2743 1065 61.1% 08-May-96 23:41:02 +backward
1705 730 57.1% 08-May-96 23:41:04 +etcetera
92162 28618 68.9% 01-Oct-96 10:41:56 +europe
311 228 26.6% 23-Dec-95 00:03:16 +factory
1433 551 61.5% 23-Dec-95 00:03:16 +leapseconds
47285 13707 71.0% 01-Oct-96 10:41:58 +northamerica
1117 631 43.5% 23-Dec-95 00:03:18 +pacificnew
19221 3107 83.8% 23-Dec-95 00:03:18 +solar87
19239 3047 84.1% 23-Dec-95 00:03:18 +solar88
19515 3248 83.3% 08-May-96 23:41:10 +solar89
15872 5036 68.2% 01-Oct-96 10:42:00 +southamerica
1390 620 55.3% 23-Dec-95 00:03:18 +systemv
7990 2453 69.2% 01-Oct-96 10:29:10 +functions.c
22099 7471 66.1% 23-Dec-95 00:03:14 +getopt.c
4438 1814 59.1% 23-Dec-95 00:03:14 +getopt.h
4254 1718 59.6% 23-Dec-95 00:03:14 +getopt1.c
1518 573 62.2% 23-Dec-95 00:03:14 +ialloc.c
3661 2190 40.1% 01-Oct-96 09:13:18 +iso3166.tab
11584 4264 63.1% 10-Sep-96 00:35:48 +ixpipe-handler.c
9418 2945 68.7% 01-Oct-96 10:29:16 +ixprefs.c
6396 1277 80.0% 01-Oct-96 10:29:16 +ixprefs.gui
23651 8778 62.8% 01-Oct-96 10:29:18 +ixprefs.guide
504 263 47.8% 23-Dec-95 00:03:16 +ixprefs.guide.info
3811 892 76.5% 01-Oct-96 10:29:20 +ixprefs.h
617 386 37.4% 23-Dec-95 00:03:16 +ixprefs.info
1741 689 60.4% 07-Jul-96 11:12:08 +ixrun.c
1949 789 59.5% 01-Oct-96 09:13:24 +ixstack.c
7969 2762 65.3% 08-Jul-96 01:52:06 +ixtimezone.c
13384 4276 68.0% 01-Oct-96 10:29:24 +ixtrace.c
35265 6433 81.7% 14-Aug-96 14:08:54 +ixtrace.h
4035 1624 59.7% 01-Oct-96 10:29:26 +main.c
3595 1573 56.2% 01-Oct-96 10:29:06 +Makefile.in
134 112 16.4% 23-Dec-95 00:03:14 +Mountlist
1180 533 54.8% 23-Dec-95 00:03:14 +scheck.c
6589 2535 61.5% 01-Oct-96 09:13:12 +tzselect.ksh
509 211 58.5% 23-Dec-95 00:03:14 +yearistype.sh
49857 14723 70.4% 01-Oct-96 10:29:32 +zic.c
14329 6978 51.3% 01-Oct-96 09:13:18 +zone.tab
319 200 37.3% 04-Oct-96 20:40:42 +version.in
-------- ------- ----- --------- --------
5421431 2175203 59.8% 16-Oct-96 10:13:24 1089 files